3.1.11 \(\int \sec (e+f x) (a+a \sec (e+f x))^2 (c-c \sec (e+f x))^4 \, dx\) [11]

Optimal. Leaf size=150 \[ \frac {7 a^2 c^4 \tanh ^{-1}(\sin (e+f x))}{16 f}-\frac {5 a^2 c^4 \sec (e+f x) \tan (e+f x)}{16 f}-\frac {a^2 c^4 \sec ^3(e+f x) \tan (e+f x)}{8 f}+\frac {a^2 c^4 \sec (e+f x) \tan ^3(e+f x)}{4 f}+\frac {a^2 c^4 \sec ^3(e+f x) \tan ^3(e+f x)}{6 f}-\frac {2 a^2 c^4 \tan ^5(e+f x)}{5 f} \]

[Out]

7/16*a^2*c^4*arctanh(sin(f*x+e))/f-5/16*a^2*c^4*sec(f*x+e)*tan(f*x+e)/f-1/8*a^2*c^4*sec(f*x+e)^3*tan(f*x+e)/f+
1/4*a^2*c^4*sec(f*x+e)*tan(f*x+e)^3/f+1/6*a^2*c^4*sec(f*x+e)^3*tan(f*x+e)^3/f-2/5*a^2*c^4*tan(f*x+e)^5/f

________________________________________________________________________________________

Rubi [A]
time = 0.18, antiderivative size = 150, normalized size of antiderivative = 1.00, number of steps used = 11, number of rules used = 6, integrand size = 32, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.188, Rules used = {4043, 2691, 3855, 2687, 30, 3853} \begin {gather*} -\frac {2 a^2 c^4 \tan ^5(e+f x)}{5 f}+\frac {7 a^2 c^4 \tanh ^{-1}(\sin (e+f x))}{16 f}+\frac {a^2 c^4 \tan ^3(e+f x) \sec ^3(e+f x)}{6 f}-\frac {a^2 c^4 \tan (e+f x) \sec ^3(e+f x)}{8 f}+\frac {a^2 c^4 \tan ^3(e+f x) \sec (e+f x)}{4 f}-\frac {5 a^2 c^4 \tan (e+f x) \sec (e+f x)}{16 f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sec[e + f*x]*(a + a*Sec[e + f*x])^2*(c - c*Sec[e + f*x])^4,x]

[Out]

(7*a^2*c^4*ArcTanh[Sin[e + f*x]])/(16*f) - (5*a^2*c^4*Sec[e + f*x]*Tan[e + f*x])/(16*f) - (a^2*c^4*Sec[e + f*x
]^3*Tan[e + f*x])/(8*f) + (a^2*c^4*Sec[e + f*x]*Tan[e + f*x]^3)/(4*f) + (a^2*c^4*Sec[e + f*x]^3*Tan[e + f*x]^3
)/(6*f) - (2*a^2*c^4*Tan[e + f*x]^5)/(5*f)

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2687

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[1/f, Subst[Int[(b*x)
^n*(1 + x^2)^(m/2 - 1), x], x, Tan[e + f*x]], x] /; FreeQ[{b, e, f, n}, x] && IntegerQ[m/2] &&  !(IntegerQ[(n
- 1)/2] && LtQ[0, n, m - 1])

Rule 2691

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[b*(a*Sec[e +
 f*x])^m*((b*Tan[e + f*x])^(n - 1)/(f*(m + n - 1))), x] - Dist[b^2*((n - 1)/(m + n - 1)), Int[(a*Sec[e + f*x])
^m*(b*Tan[e + f*x])^(n - 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && GtQ[n, 1] && NeQ[m + n - 1, 0] && Integers
Q[2*m, 2*n]

Rule 3853

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[(-b)*Cos[c + d*x]*((b*Csc[c + d*x])^(n - 1)/(d*(n
- 1))), x] + Dist[b^2*((n - 2)/(n - 1)), Int[(b*Csc[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n,
 1] && IntegerQ[2*n]

Rule 3855

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 4043

Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_)
)^(n_.), x_Symbol] :> Dist[((-a)*c)^m, Int[ExpandTrig[csc[e + f*x]*cot[e + f*x]^(2*m), (c + d*csc[e + f*x])^(n
 - m), x], x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IntegersQ[m,
 n] && GeQ[n - m, 0] && GtQ[m*n, 0]

Rubi steps

\begin {align*} \int \sec (e+f x) (a+a \sec (e+f x))^2 (c-c \sec (e+f x))^4 \, dx &=\left (a^2 c^2\right ) \int \left (c^2 \sec (e+f x) \tan ^4(e+f x)-2 c^2 \sec ^2(e+f x) \tan ^4(e+f x)+c^2 \sec ^3(e+f x) \tan ^4(e+f x)\right ) \, dx\\ &=\left (a^2 c^4\right ) \int \sec (e+f x) \tan ^4(e+f x) \, dx+\left (a^2 c^4\right ) \int \sec ^3(e+f x) \tan ^4(e+f x) \, dx-\left (2 a^2 c^4\right ) \int \sec ^2(e+f x) \tan ^4(e+f x) \, dx\\ &=\frac {a^2 c^4 \sec (e+f x) \tan ^3(e+f x)}{4 f}+\frac {a^2 c^4 \sec ^3(e+f x) \tan ^3(e+f x)}{6 f}-\frac {1}{2} \left (a^2 c^4\right ) \int \sec ^3(e+f x) \tan ^2(e+f x) \, dx-\frac {1}{4} \left (3 a^2 c^4\right ) \int \sec (e+f x) \tan ^2(e+f x) \, dx-\frac {\left (2 a^2 c^4\right ) \text {Subst}\left (\int x^4 \, dx,x,\tan (e+f x)\right )}{f}\\ &=-\frac {3 a^2 c^4 \sec (e+f x) \tan (e+f x)}{8 f}-\frac {a^2 c^4 \sec ^3(e+f x) \tan (e+f x)}{8 f}+\frac {a^2 c^4 \sec (e+f x) \tan ^3(e+f x)}{4 f}+\frac {a^2 c^4 \sec ^3(e+f x) \tan ^3(e+f x)}{6 f}-\frac {2 a^2 c^4 \tan ^5(e+f x)}{5 f}+\frac {1}{8} \left (a^2 c^4\right ) \int \sec ^3(e+f x) \, dx+\frac {1}{8} \left (3 a^2 c^4\right ) \int \sec (e+f x) \, dx\\ &=\frac {3 a^2 c^4 \tanh ^{-1}(\sin (e+f x))}{8 f}-\frac {5 a^2 c^4 \sec (e+f x) \tan (e+f x)}{16 f}-\frac {a^2 c^4 \sec ^3(e+f x) \tan (e+f x)}{8 f}+\frac {a^2 c^4 \sec (e+f x) \tan ^3(e+f x)}{4 f}+\frac {a^2 c^4 \sec ^3(e+f x) \tan ^3(e+f x)}{6 f}-\frac {2 a^2 c^4 \tan ^5(e+f x)}{5 f}+\frac {1}{16} \left (a^2 c^4\right ) \int \sec (e+f x) \, dx\\ &=\frac {7 a^2 c^4 \tanh ^{-1}(\sin (e+f x))}{16 f}-\frac {5 a^2 c^4 \sec (e+f x) \tan (e+f x)}{16 f}-\frac {a^2 c^4 \sec ^3(e+f x) \tan (e+f x)}{8 f}+\frac {a^2 c^4 \sec (e+f x) \tan ^3(e+f x)}{4 f}+\frac {a^2 c^4 \sec ^3(e+f x) \tan ^3(e+f x)}{6 f}-\frac {2 a^2 c^4 \tan ^5(e+f x)}{5 f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.40, size = 91, normalized size = 0.61 \begin {gather*} \frac {a^2 c^4 \left (1680 \tanh ^{-1}(\sin (e+f x))+\sec ^6(e+f x) (330 \sin (e+f x)-240 \sin (2 (e+f x))-445 \sin (3 (e+f x))+192 \sin (4 (e+f x))-135 \sin (5 (e+f x))-48 \sin (6 (e+f x)))\right )}{3840 f} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sec[e + f*x]*(a + a*Sec[e + f*x])^2*(c - c*Sec[e + f*x])^4,x]

[Out]

(a^2*c^4*(1680*ArcTanh[Sin[e + f*x]] + Sec[e + f*x]^6*(330*Sin[e + f*x] - 240*Sin[2*(e + f*x)] - 445*Sin[3*(e
+ f*x)] + 192*Sin[4*(e + f*x)] - 135*Sin[5*(e + f*x)] - 48*Sin[6*(e + f*x)])))/(3840*f)

________________________________________________________________________________________

Maple [A]
time = 0.31, size = 255, normalized size = 1.70

method result size
norman \(\frac {-\frac {7 a^{2} c^{4} \left (\tan ^{11}\left (\frac {f x}{2}+\frac {e}{2}\right )\right )}{8 f}-\frac {7 c^{4} a^{2} \tan \left (\frac {f x}{2}+\frac {e}{2}\right )}{8 f}+\frac {119 c^{4} a^{2} \left (\tan ^{3}\left (\frac {f x}{2}+\frac {e}{2}\right )\right )}{24 f}-\frac {231 c^{4} a^{2} \left (\tan ^{5}\left (\frac {f x}{2}+\frac {e}{2}\right )\right )}{20 f}+\frac {281 c^{4} a^{2} \left (\tan ^{7}\left (\frac {f x}{2}+\frac {e}{2}\right )\right )}{20 f}+\frac {119 c^{4} a^{2} \left (\tan ^{9}\left (\frac {f x}{2}+\frac {e}{2}\right )\right )}{24 f}}{\left (\tan ^{2}\left (\frac {f x}{2}+\frac {e}{2}\right )-1\right )^{6}}-\frac {7 c^{4} a^{2} \ln \left (\tan \left (\frac {f x}{2}+\frac {e}{2}\right )-1\right )}{16 f}+\frac {7 c^{4} a^{2} \ln \left (\tan \left (\frac {f x}{2}+\frac {e}{2}\right )+1\right )}{16 f}\) \(195\)
risch \(\frac {i a^{2} c^{4} \left (135 \,{\mathrm e}^{11 i \left (f x +e \right )}-480 \,{\mathrm e}^{10 i \left (f x +e \right )}+445 \,{\mathrm e}^{9 i \left (f x +e \right )}-480 \,{\mathrm e}^{8 i \left (f x +e \right )}-330 \,{\mathrm e}^{7 i \left (f x +e \right )}-960 \,{\mathrm e}^{6 i \left (f x +e \right )}+330 \,{\mathrm e}^{5 i \left (f x +e \right )}-960 \,{\mathrm e}^{4 i \left (f x +e \right )}-445 \,{\mathrm e}^{3 i \left (f x +e \right )}-96 \,{\mathrm e}^{2 i \left (f x +e \right )}-135 \,{\mathrm e}^{i \left (f x +e \right )}-96\right )}{120 f \left ({\mathrm e}^{2 i \left (f x +e \right )}+1\right )^{6}}-\frac {7 c^{4} a^{2} \ln \left ({\mathrm e}^{i \left (f x +e \right )}-i\right )}{16 f}+\frac {7 c^{4} a^{2} \ln \left ({\mathrm e}^{i \left (f x +e \right )}+i\right )}{16 f}\) \(198\)
derivativedivides \(\frac {a^{2} c^{4} \left (-\left (-\frac {\left (\sec ^{5}\left (f x +e \right )\right )}{6}-\frac {5 \left (\sec ^{3}\left (f x +e \right )\right )}{24}-\frac {5 \sec \left (f x +e \right )}{16}\right ) \tan \left (f x +e \right )+\frac {5 \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{16}\right )+2 c^{4} a^{2} \left (-\frac {8}{15}-\frac {\left (\sec ^{4}\left (f x +e \right )\right )}{5}-\frac {4 \left (\sec ^{2}\left (f x +e \right )\right )}{15}\right ) \tan \left (f x +e \right )-c^{4} a^{2} \left (-\left (-\frac {\left (\sec ^{3}\left (f x +e \right )\right )}{4}-\frac {3 \sec \left (f x +e \right )}{8}\right ) \tan \left (f x +e \right )+\frac {3 \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{8}\right )-4 c^{4} a^{2} \left (-\frac {2}{3}-\frac {\left (\sec ^{2}\left (f x +e \right )\right )}{3}\right ) \tan \left (f x +e \right )-c^{4} a^{2} \left (\frac {\sec \left (f x +e \right ) \tan \left (f x +e \right )}{2}+\frac {\ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{2}\right )-2 c^{4} a^{2} \tan \left (f x +e \right )+c^{4} a^{2} \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{f}\) \(255\)
default \(\frac {a^{2} c^{4} \left (-\left (-\frac {\left (\sec ^{5}\left (f x +e \right )\right )}{6}-\frac {5 \left (\sec ^{3}\left (f x +e \right )\right )}{24}-\frac {5 \sec \left (f x +e \right )}{16}\right ) \tan \left (f x +e \right )+\frac {5 \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{16}\right )+2 c^{4} a^{2} \left (-\frac {8}{15}-\frac {\left (\sec ^{4}\left (f x +e \right )\right )}{5}-\frac {4 \left (\sec ^{2}\left (f x +e \right )\right )}{15}\right ) \tan \left (f x +e \right )-c^{4} a^{2} \left (-\left (-\frac {\left (\sec ^{3}\left (f x +e \right )\right )}{4}-\frac {3 \sec \left (f x +e \right )}{8}\right ) \tan \left (f x +e \right )+\frac {3 \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{8}\right )-4 c^{4} a^{2} \left (-\frac {2}{3}-\frac {\left (\sec ^{2}\left (f x +e \right )\right )}{3}\right ) \tan \left (f x +e \right )-c^{4} a^{2} \left (\frac {\sec \left (f x +e \right ) \tan \left (f x +e \right )}{2}+\frac {\ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{2}\right )-2 c^{4} a^{2} \tan \left (f x +e \right )+c^{4} a^{2} \ln \left (\sec \left (f x +e \right )+\tan \left (f x +e \right )\right )}{f}\) \(255\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(f*x+e)*(a+a*sec(f*x+e))^2*(c-c*sec(f*x+e))^4,x,method=_RETURNVERBOSE)

[Out]

1/f*(a^2*c^4*(-(-1/6*sec(f*x+e)^5-5/24*sec(f*x+e)^3-5/16*sec(f*x+e))*tan(f*x+e)+5/16*ln(sec(f*x+e)+tan(f*x+e))
)+2*c^4*a^2*(-8/15-1/5*sec(f*x+e)^4-4/15*sec(f*x+e)^2)*tan(f*x+e)-c^4*a^2*(-(-1/4*sec(f*x+e)^3-3/8*sec(f*x+e))
*tan(f*x+e)+3/8*ln(sec(f*x+e)+tan(f*x+e)))-4*c^4*a^2*(-2/3-1/3*sec(f*x+e)^2)*tan(f*x+e)-c^4*a^2*(1/2*sec(f*x+e
)*tan(f*x+e)+1/2*ln(sec(f*x+e)+tan(f*x+e)))-2*c^4*a^2*tan(f*x+e)+c^4*a^2*ln(sec(f*x+e)+tan(f*x+e)))

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 347 vs. \(2 (148) = 296\).
time = 0.28, size = 347, normalized size = 2.31 \begin {gather*} -\frac {64 \, {\left (3 \, \tan \left (f x + e\right )^{5} + 10 \, \tan \left (f x + e\right )^{3} + 15 \, \tan \left (f x + e\right )\right )} a^{2} c^{4} - 640 \, {\left (\tan \left (f x + e\right )^{3} + 3 \, \tan \left (f x + e\right )\right )} a^{2} c^{4} + 5 \, a^{2} c^{4} {\left (\frac {2 \, {\left (15 \, \sin \left (f x + e\right )^{5} - 40 \, \sin \left (f x + e\right )^{3} + 33 \, \sin \left (f x + e\right )\right )}}{\sin \left (f x + e\right )^{6} - 3 \, \sin \left (f x + e\right )^{4} + 3 \, \sin \left (f x + e\right )^{2} - 1} - 15 \, \log \left (\sin \left (f x + e\right ) + 1\right ) + 15 \, \log \left (\sin \left (f x + e\right ) - 1\right )\right )} - 30 \, a^{2} c^{4} {\left (\frac {2 \, {\left (3 \, \sin \left (f x + e\right )^{3} - 5 \, \sin \left (f x + e\right )\right )}}{\sin \left (f x + e\right )^{4} - 2 \, \sin \left (f x + e\right )^{2} + 1} - 3 \, \log \left (\sin \left (f x + e\right ) + 1\right ) + 3 \, \log \left (\sin \left (f x + e\right ) - 1\right )\right )} - 120 \, a^{2} c^{4} {\left (\frac {2 \, \sin \left (f x + e\right )}{\sin \left (f x + e\right )^{2} - 1} - \log \left (\sin \left (f x + e\right ) + 1\right ) + \log \left (\sin \left (f x + e\right ) - 1\right )\right )} - 480 \, a^{2} c^{4} \log \left (\sec \left (f x + e\right ) + \tan \left (f x + e\right )\right ) + 960 \, a^{2} c^{4} \tan \left (f x + e\right )}{480 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^2*(c-c*sec(f*x+e))^4,x, algorithm="maxima")

[Out]

-1/480*(64*(3*tan(f*x + e)^5 + 10*tan(f*x + e)^3 + 15*tan(f*x + e))*a^2*c^4 - 640*(tan(f*x + e)^3 + 3*tan(f*x
+ e))*a^2*c^4 + 5*a^2*c^4*(2*(15*sin(f*x + e)^5 - 40*sin(f*x + e)^3 + 33*sin(f*x + e))/(sin(f*x + e)^6 - 3*sin
(f*x + e)^4 + 3*sin(f*x + e)^2 - 1) - 15*log(sin(f*x + e) + 1) + 15*log(sin(f*x + e) - 1)) - 30*a^2*c^4*(2*(3*
sin(f*x + e)^3 - 5*sin(f*x + e))/(sin(f*x + e)^4 - 2*sin(f*x + e)^2 + 1) - 3*log(sin(f*x + e) + 1) + 3*log(sin
(f*x + e) - 1)) - 120*a^2*c^4*(2*sin(f*x + e)/(sin(f*x + e)^2 - 1) - log(sin(f*x + e) + 1) + log(sin(f*x + e)
- 1)) - 480*a^2*c^4*log(sec(f*x + e) + tan(f*x + e)) + 960*a^2*c^4*tan(f*x + e))/f

________________________________________________________________________________________

Fricas [A]
time = 2.87, size = 172, normalized size = 1.15 \begin {gather*} \frac {105 \, a^{2} c^{4} \cos \left (f x + e\right )^{6} \log \left (\sin \left (f x + e\right ) + 1\right ) - 105 \, a^{2} c^{4} \cos \left (f x + e\right )^{6} \log \left (-\sin \left (f x + e\right ) + 1\right ) - 2 \, {\left (96 \, a^{2} c^{4} \cos \left (f x + e\right )^{5} + 135 \, a^{2} c^{4} \cos \left (f x + e\right )^{4} - 192 \, a^{2} c^{4} \cos \left (f x + e\right )^{3} + 10 \, a^{2} c^{4} \cos \left (f x + e\right )^{2} + 96 \, a^{2} c^{4} \cos \left (f x + e\right ) - 40 \, a^{2} c^{4}\right )} \sin \left (f x + e\right )}{480 \, f \cos \left (f x + e\right )^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^2*(c-c*sec(f*x+e))^4,x, algorithm="fricas")

[Out]

1/480*(105*a^2*c^4*cos(f*x + e)^6*log(sin(f*x + e) + 1) - 105*a^2*c^4*cos(f*x + e)^6*log(-sin(f*x + e) + 1) -
2*(96*a^2*c^4*cos(f*x + e)^5 + 135*a^2*c^4*cos(f*x + e)^4 - 192*a^2*c^4*cos(f*x + e)^3 + 10*a^2*c^4*cos(f*x +
e)^2 + 96*a^2*c^4*cos(f*x + e) - 40*a^2*c^4)*sin(f*x + e))/(f*cos(f*x + e)^6)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} a^{2} c^{4} \left (\int \sec {\left (e + f x \right )}\, dx + \int \left (- 2 \sec ^{2}{\left (e + f x \right )}\right )\, dx + \int \left (- \sec ^{3}{\left (e + f x \right )}\right )\, dx + \int 4 \sec ^{4}{\left (e + f x \right )}\, dx + \int \left (- \sec ^{5}{\left (e + f x \right )}\right )\, dx + \int \left (- 2 \sec ^{6}{\left (e + f x \right )}\right )\, dx + \int \sec ^{7}{\left (e + f x \right )}\, dx\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))**2*(c-c*sec(f*x+e))**4,x)

[Out]

a**2*c**4*(Integral(sec(e + f*x), x) + Integral(-2*sec(e + f*x)**2, x) + Integral(-sec(e + f*x)**3, x) + Integ
ral(4*sec(e + f*x)**4, x) + Integral(-sec(e + f*x)**5, x) + Integral(-2*sec(e + f*x)**6, x) + Integral(sec(e +
 f*x)**7, x))

________________________________________________________________________________________

Giac [A]
time = 0.61, size = 178, normalized size = 1.19 \begin {gather*} \frac {105 \, a^{2} c^{4} \log \left ({\left | \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right ) + 1 \right |}\right ) - 105 \, a^{2} c^{4} \log \left ({\left | \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right ) - 1 \right |}\right ) - \frac {2 \, {\left (105 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{11} - 595 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{9} - 1686 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{7} + 1386 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{5} - 595 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{3} + 105 \, a^{2} c^{4} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right )}}{{\left (\tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - 1\right )}^{6}}}{240 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^2*(c-c*sec(f*x+e))^4,x, algorithm="giac")

[Out]

1/240*(105*a^2*c^4*log(abs(tan(1/2*f*x + 1/2*e) + 1)) - 105*a^2*c^4*log(abs(tan(1/2*f*x + 1/2*e) - 1)) - 2*(10
5*a^2*c^4*tan(1/2*f*x + 1/2*e)^11 - 595*a^2*c^4*tan(1/2*f*x + 1/2*e)^9 - 1686*a^2*c^4*tan(1/2*f*x + 1/2*e)^7 +
 1386*a^2*c^4*tan(1/2*f*x + 1/2*e)^5 - 595*a^2*c^4*tan(1/2*f*x + 1/2*e)^3 + 105*a^2*c^4*tan(1/2*f*x + 1/2*e))/
(tan(1/2*f*x + 1/2*e)^2 - 1)^6)/f

________________________________________________________________________________________

Mupad [B]
time = 5.61, size = 219, normalized size = 1.46 \begin {gather*} \frac {-\frac {7\,a^2\,c^4\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^{11}}{8}+\frac {119\,a^2\,c^4\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^9}{24}+\frac {281\,a^2\,c^4\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^7}{20}-\frac {231\,a^2\,c^4\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^5}{20}+\frac {119\,a^2\,c^4\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^3}{24}-\frac {7\,a^2\,c^4\,\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}{8}}{f\,\left ({\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^{12}-6\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^{10}+15\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^8-20\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^6+15\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^4-6\,{\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )}^2+1\right )}+\frac {7\,a^2\,c^4\,\mathrm {atanh}\left (\mathrm {tan}\left (\frac {e}{2}+\frac {f\,x}{2}\right )\right )}{8\,f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + a/cos(e + f*x))^2*(c - c/cos(e + f*x))^4)/cos(e + f*x),x)

[Out]

((119*a^2*c^4*tan(e/2 + (f*x)/2)^3)/24 - (231*a^2*c^4*tan(e/2 + (f*x)/2)^5)/20 + (281*a^2*c^4*tan(e/2 + (f*x)/
2)^7)/20 + (119*a^2*c^4*tan(e/2 + (f*x)/2)^9)/24 - (7*a^2*c^4*tan(e/2 + (f*x)/2)^11)/8 - (7*a^2*c^4*tan(e/2 +
(f*x)/2))/8)/(f*(15*tan(e/2 + (f*x)/2)^4 - 6*tan(e/2 + (f*x)/2)^2 - 20*tan(e/2 + (f*x)/2)^6 + 15*tan(e/2 + (f*
x)/2)^8 - 6*tan(e/2 + (f*x)/2)^10 + tan(e/2 + (f*x)/2)^12 + 1)) + (7*a^2*c^4*atanh(tan(e/2 + (f*x)/2)))/(8*f)

________________________________________________________________________________________